home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / lib / japanese / moe.help < prev    next >
Encoding:
Text File  |  2004-09-15  |  9.1 KB  |  112 lines

  1. #
  2. # Moe user function help texts.
  3. #
  4. # Part of the BlueJ program development environment.
  5. #
  6.  
  7. ## edit functions
  8.  
  9. delete-previous=\n \u30ad\u30e3\u30ec\u30c3\u30c8\u306e\u524d\u306e\u6587\u5b57\u3092\u524a\u9664\u3002
  10. delete-next=\n \u30ad\u30e3\u30ec\u30c3\u30c8\u306e\u5f8c\u308d\u306e\u6587\u5b57\u3092\u524a\u9664\u3002
  11. copy-to-clipboard=\n \u9078\u629e\u3055\u308c\u305f\u30c6\u30ad\u30b9\u30c8\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3057\u307e\u3059\u3002\n\u305d\u3053\u304b\u3089\u3001\u3042\u3068\u3067\u3069\u3053\u304b\u306b\u8cbc\u308a\u3064\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\n(paste-from-clipboard\u53c2\u7167)\u3002
  12. cut-to-clipboard=\n \u9078\u629e\u3055\u308c\u305f\u30c6\u30ad\u30b9\u30c8\u3092\u5207\u308a\u53d6\u3063\u3066\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u4fdd\u5b58\u3057\u307e\u3059\u3002\n\u305d\u3053\u304b\u3089\u3001\u3042\u3068\u3067\u3069\u3053\u304b\u306b\u8cbc\u308a\u3064\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\n(paste-from-clipboard\u53c2\u7167).
  13. copy-line=\n \u73fe\u5728\u884c\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3057\u307e\u3059\u3002\n Successive copy operations add to the clipbord.
  14. cut-line=\n \u73fe\u5728\u884c\u3092\u5207\u308a\u53d6\u3063\u3066\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u4fdd\u5b58\u3057\u307e\u3059\u3002\n Successive cut operations add to the clipbord.
  15. cut-end-of-line=\n Cut the end of the current line to the clipboard.\n Successive cut operations add to the clipbord.
  16. cut-word=\n Cut the current word to the clipboard. Successive \n cut operations add to the clipbord.
  17. cut-end-of-word=\n Cut the end of the current word to the clipboard.\n Successive cut operations add to the clipbord.
  18. paste-from-clipboard=\n \u73fe\u5728\u306e\u30ad\u30e3\u30ec\u30c3\u30c8\u306e\u4f4d\u7f6e\u306b\u3001\n\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u3042\u308b\u30c6\u30ad\u30b9\u30c8\u3092\u8cbc\u308a\u3064\u3051\u307e\u3059\u3002
  19. indent=\n If 'indent' is selected in the editor preferences, indent as the\n line above. Otherwise insert a soft (spaced) tab. 
  20. insert-tab=\n \u30bf\u30d6\u6587\u5b57\u3092\u633f\u5165\u3057\u307e\u3059\u3002
  21. new-line=\n Insert a line break. If 'indent' is selected in the editor\n preferences, also indent as the line above.
  22. insert-break=\n \u30ad\u30e3\u30ec\u30c3\u30c8\u306e\u4f4d\u7f6e\u306b\u30d6\u30ec\u30fc\u30af\u884c\u3092\u633f\u5165\u3057\u307e\u3059\u3002
  23. insert-method=\n Insert a skeleton for a Java method into the text.
  24. comment=\n \u9078\u629e\u884c\u3092\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8\u3057\u307e\u3059\u3002\n\u3053\u308c\u306f\u3042\u3068\u3067\u7c21\u5358\u306b\u524a\u9664\u3067\u304d\u307e\u3059\u3002(uncomment\u53c2\u7167).
  25. uncomment=\n \u9078\u629e\u4e2d\u306e\u5404\u884c\u306e\u982d\u306b\u3042\u308b\u3001\u30b3\u30e1\u30f3\u30c8\u7528\u306e\n\u30b7\u30f3\u30dc\u30eb\u3092\u524a\u9664\u3057\u307e\u3059\u3002comment\u53c2\u7167\u3002
  26. uncomment-block=\n Remove comment symbols from the start of currently selected lines.\n See also comment-block.
  27. indent-block=\n Add one level of indentation to each line in the current selection\n (or the current line if there is no selection).
  28. deindent-block=\n Remove one level of indentation from each line in the current selection\n (or the current line if there is no selection).
  29.  
  30. select-word=\n Select the current word (also bound to\n left-mouse-button: double-click).
  31. select-line=\n Select the current line (also bound to\n left-mouse-button: triple-click).
  32. select-paragraph=\n Select the current paragraph.
  33. select-all=\n Select the whole text.
  34. selection-backward=\n Move the end of the selection one character backwards.
  35. selection-forward=\n Move the end of the selection one character forward.
  36. selection-up=\n Move the end of the selection one line up.
  37. selection-down=\n Move the end of the selection one line down.
  38. selection-begin-word=\n Move the end of the selection to the beginning of\n the current word.
  39. selection-end-word=\n Move the end of the selection to the end of\n the current word.
  40. selection-previous-word=\n Move the end of the selection to the beginning of\n the previous word.
  41. selection-next-word=\n Move the end of the selection to the beginning of\n the next word.
  42. selection-begin-line=\n Move the end of the selection to the beginning of\n the current line.
  43. selection-end-line=\n Move the end of the selection to the end of\n the current line.
  44. selection-begin-paragraph=\n Move the end of the selection to the beginning of\n the current paragraph.
  45. selection-end-paragraph=\n Move the end of the selection to the end of\n the current paragraph.
  46. selection-page-up=\n Move the end of the selection one page up.
  47. selection-page-down=\n Move the end of the selection one page down.
  48. selection-begin=\n Move the end of the selection to the beginning of the text.
  49. selection-end=\n Move the end of the selection to the end of the text.
  50. unselect=\n Remove the selection (not the selected text!).
  51.  
  52. ## move and scroll functions
  53.  
  54. caret-backward=\n Move the caret (cursor) one character backwards.
  55. caret-forward=\n Move the caret one character forward.
  56. caret-up=\n Move the caret one line up.
  57. caret-down=\n Move the caret one line down.
  58. caret-begin-word=\n Move the caret to the beginning of the current word.
  59. caret-end-word=\n Move the caret to the end of the current word.
  60. caret-previous-word=\n Move the caret to the beginning of the previous word.
  61. caret-next-word=\n Move the caret to the beginning of the next word.
  62. caret-begin-line=\n Move the caret to the beginning of the current line.
  63. caret-end-line=\n Move the caret to the end of the current line.
  64. caret-begin-paragraph=\n Move the caret to the beginning of the current paragraph.
  65. caret-end-paragraph=\n Move the caret to the end of the current paragraph.
  66. page-up=\n Move the caret one page up.
  67. page-down=\n Move the caret one page down.
  68. caret-begin=\n Move the caret to the beginning of the text.
  69. caret-end=\n Move the caret to the end of the text.
  70.  
  71. ## class functions
  72.  
  73. save=\n Save this class. Note that it is rarely necessary to explicitely save\n the class because closing it saves it automatically.
  74. reload=\n Reload the class from its source file. This operation will discard\n all changes made after the last (implicit or explicit) save operation.
  75. close=\n Close this class. The source text is automatically saved.
  76. print=\n Open a print dialog to start a print job.
  77. page-setup=\n Open a page-setup dialog to specify page layout.
  78.  
  79.  
  80. ## customisation functions
  81.  
  82. key-bindings=\n View and change the key bindings for Moe's user functions.
  83. preferences=\n Specify some preference settings for the editor.
  84.  
  85.  
  86. ## help functions
  87.  
  88. describe-key=\n After invoking this function, type a key. The name of the\n function bound to this key is displayed.
  89. help-mouse=\n \u30de\u30a6\u30b9\u30dc\u30bf\u30f3\u306e\u5272\u308a\u5f53\u3066\u3092\u8868\u793a\u3057\u307e\u3059\u3002
  90. show-manual=\n Moe\u30e6\u30fc\u30b6\u30fc\u30de\u30cb\u30e5\u30a2\u30eb\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u3001\n Web\u30d6\u30e9\u30a6\u30b6\u3092\u958b\u304d\u307e\u3059\u3002
  91. about-editor=\n Moe\u306b\u3064\u3044\u3066\u306e\u77ed\u3044\u6ce8\u91c8\u3092\u8868\u793a\u3057\u307e\u3059\u3002
  92.  
  93.  
  94. ## misc functions
  95.  
  96. undo=\n \u6700\u5f8c\u306e\u7de8\u96c6\u64cd\u4f5c\u306e\u53d6\u308a\u6d88\u3057\u3002\n (\u3053\u308c\u306f\u300c\u3084\u308a\u76f4\u3057\u300d\u3067\u3084\u308a\u76f4\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059)
  97. redo=\n \u53d6\u308a\u6d88\u3055\u308c\u305f\u6700\u5f8c\u306e\u64cd\u4f5c\u306e\u3084\u308a\u76f4\u3057\u3002
  98.  
  99. find=\n \u30c6\u30ad\u30b9\u30c8\u306e\u6587\u5b57\u5217\u306e\u305f\u3081\u306e\u691c\u7d22\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u958b\u304d\u307e\u3059\u3002\n\u30c0\u30a4\u30a2\u30ed\u30b0\u306f\u4e0a\u65b9\u5411\u307e\u305f\u306f\u4e0b\u65b9\u5411\u3078\u306e\u691c\u7d22\u3092\u884c\u306a\u3048\u307e\u3059\u3002
  100. find-next= If a selection is on, find the next occurrence of the selected text. If no\n selection is on, search again for the same string that was used in the\n last search. Stop at the end of the text. If called again after the end\n of the text was reached, wrap around and continue search from the top.
  101. find-next-reverse=\n Like find-next, but reverse the search direction.
  102. replace=\n \u6587\u5b57\u5217\u3092\u4ed6\u306e\u6587\u5b57\u5217\u306b\u7f6e\u63db\u3057\u307e\u3059\u3002
  103.  
  104. compile=\n \u73fe\u5728\u306e\u30af\u30e9\u30b9\u3092\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u307e\u3059\u3002\n\u30b3\u30f3\u30d1\u30a4\u30eb\u306e\u524d\u306b\u3001\u30af\u30e9\u30b9\u306f\u81ea\u52d5\u7684\u306b\u4fdd\u5b58\u3055\u308c\u307e\u3059\u3002
  105. toggle-interface-view=\n Toggle the display between interface and source view.\n The interface view shpws the class interface in Javadoc format.
  106. toggle-breakpoint=\n \u73fe\u5728\u884c\u306b\u30d6\u30ec\u30fc\u30af\u30dd\u30a4\u30f3\u30c8\u3092\u8a2d\u5b9a\uff0f\u89e3\u9664\u3057\u307e\u3059\u3002
  107.  
  108. ## help texts for adding key bindings
  109.  
  110. press-key=\n \u8ffd\u52a0\u3057\u305f\u3044\u30ad\u30fc\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044...
  111. cannot-redefine=\n \u6587\u5b57\u30ad\u30fc\u306f\u518d\u5b9a\u7fa9\u3067\u304d\u307e\u305b\u3093\u3002
  112.